@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0px;
  font-size: 1rem;
  line-height: 1.2;
  background: url(./images/body.png) no-repeat top;
  font-family: 微软雅黑, 黑体, Tahoma, Helvetica, arial, sans-serif;
}

p {
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

a:hover {
  color: #F36705;
  text-decoration: none;
}

img {
  max-width: 100%;
  box-sizing: border-box;
}

ol, ul, li {
  padding: 0;
  margin: 0;
}

l, ul, li {
  list-style: none;
}

body, dl, dd, h1, h2, h3, h4, p, form {
  margin: 0;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  zoom: 1;
}

.rowblock:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  zoom: 1;
}

.fleft, .fl {
  float: left;
}

.fright, .fr {
  float: right;
}

.fa_yahei {
  font-family: 微软雅黑, 黑体, Tahoma, Helvetica, arial, sans-serif;
}

.textshadow {
  text-shadow: 0 0 2px #666666;
}

.mb {
  margin-bottom: 1rem;
}

.mr {
  margin-right: 1rem;
}

.mt {
  margin-top: 1rem;
}

.btn {
  padding: 0.4rem 1rem;
  background-color: #005095;
  color: #f6f4f4;
}
.btn + .btn {
  margin-left: 1rem;
}
.btn:hover {
  text-decoration: none;
  background-color: #003f75;
  color: #fff;
}
.btn.btn-1 {
  background-color: #F36705;
}
.btn.btn-1:hover {
  background-color: #8f3c00;
  color: #fff;
}
.btn.radius {
  border-radius: 0.4rem;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.alltop {
  background-color: #f6f4f4;
  border-bottom: 2px solid #efedee;
  line-height: 2.2;
  color: #666;
}

.tianqi {
  width: 300px;
  height: 100%;
  float: right;
  position: relative;
}
.tianqi iframe {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 1rem;
}

.header .container {
  position: relative;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.header .logo a {
  display: block;
}
.header .logo img {
  box-sizing: border-box;
}
.header .topcontact .tel {
  height: 120px;
  line-height: 120px;
  vertical-align: middle;
  background: url(./images/tel.png) no-repeat left center;
  background-size: 48px;
  padding-left: 60px;
  font-size: 1.6rem;
  color: #1364a9;
  font-weight: bold;
}

#sidemenu1, #mobilemenutool {
  display: none;
}

.header-menu {
  background: #005095 url(./images/navbg.jpg) repeat-x;
}
.header-menu .menubox li {
  float: left;
  width: 14.28%;
  text-align: center;
  position: relative;
}
.header-menu .menubox li::after {
  content: " ";
  border-right: 1px solid #a3a3a3;
  position: absolute;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  right: 0;
}
.header-menu .menubox li:last-child::after {
  display: none;
}
.header-menu .menubox li a {
  color: #fff;
  display: block;
  height: 58px;
  line-height: 58px;
  font-size: 1.1rem;
}
.header-menu .menubox li a:hover {
  background: #fff url(./images/navbg_hover.jpg) repeat-x;
  color: #005095;
  text-decoration: none;
  color: #fff;
}
.header-menu .menubox li.cur::after {
  display: none;
}
.header-menu .menubox li.cur a {
  background: #fff url(./images/navbg_active.jpg) repeat-x;
  color: #005095;
  text-decoration: none;
}

.indexabout {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.indexabout .aboutimg {
  width: 320px;
  margin-right: 5rem;
}
.indexabout .aboutimg img {
  width: 100%;
  min-height: 330px;
}
.indexabout .aboutcontent {
  margin-top: 1rem;
}
.indexabout .aboutcontent .catebox {
  padding-top: 1rem;
  margin-bottom: 1rem;
  height: 1.8rem;
}
.indexabout .aboutcontent .catebox::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: right;
  height: 0;
}
.indexabout .aboutcontent .catebox .catename, .indexabout .aboutcontent .catebox .catename_en {
  float: left;
  border: 1px solid #1364a9;
  height: 1.6rem;
  line-height: 1.6rem;
  padding: 0 0.6rem;
  font-size: 0.9rem;
}
.indexabout .aboutcontent .catebox .catename {
  background-color: #1364a9;
  color: #efedee;
}
.indexabout .aboutcontent .catebox .catename_en {
  font-size: 0.86rem;
}
.indexabout .aboutcontent .companyname {
  font-size: 1.6rem;
  display: block;
  width: 100%;
  margin-bottom: 0.4rem;
  color: #333;
  font-weight: 700;
}
.indexabout .aboutcontent .companytag {
  color: #999;
  margin-bottom: 3rem;
}
.indexabout .aboutcontent .intro {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 2;
  color: #666;
  margin-bottom: 3rem;
}
.catebar {
  background-color: #003f75;
  color: #fff;
  padding: 0.67rem 1.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.catebar a {
  color: #fff;
}
.catebar a:hover {
  text-decoration: none;
  text-shadow: 1px 1px 2px #a3a3a3;
}
.catebar .name_en {
  font-size: 1rem;
  margin-left: 0.8rem;
}

.indexnews {
  margin-bottom: 2rem;
  margin-right: 360px;
}
.indexnews .listbody {
  padding-top: 1rem;
}
.indexnews .listbody li {
  width: 50%;
  float: left;
  margin-bottom: 1rem;
  background: url(./icons/libj.jpg) no-repeat left center;
}
.indexnews .listbody li a {
  display: block;
  padding: 0.2rem 1.2rem 0.2rem 1rem;
}
.indexnews .listbody li a .title {
  margin-right: 100px;
}
.indexnews .listbody li a .title h3 {
  font-weight: normal;
  font-size: 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: normal;
  word-wrap: normal;
}
.indexnews .listbody li a .time {
  float: right;
  width: 90px;
}

.indexzhengce {
  width: 320px;
  float: right;
  background-color: #f3f3f3;
  margin-bottom: 2rem;
}
.indexzhengce .listbody {
  padding: 1rem 1.2rem;
}
.indexzhengce .listbody li {
  margin-bottom: 1rem;
  background: url(./icons/libj3.jpg) no-repeat left center;
}
.indexzhengce .listbody li a {
  display: block;
  padding: 0.2rem 0rem 0.2rem 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: normal;
  word-wrap: normal;
}

.indexservice {
  margin-bottom: 2rem;
}
.indexservice .container {
  background-color: #085C9B;
}
.indexservice .itemwrap {
  float: left;
  width: 20%;
}
.indexservice .itemwrap .item {
  display: block;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  margin: 1rem;
  box-shadow: 0 0 6px 2px rgb(12, 146, 255);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.indexservice .itemwrap .item .text {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 28px;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.6);
  color: #003f75;
  font-weight: bold;
}
.indexservice .itemwrap .item:hover {
  box-shadow: 0 0 20px 2px rgb(60, 167, 255);
}

.indexcase .swiper-slide {
  width: auto;
}
.indexcase .catebar {
  background-color: #005095;
}
.indexcase .listbody {
  overflow: hidden;
  padding: 1.6rem 0;
}
.indexcase .listbody a {
  margin: 0 1rem;
  border-radius: 0.4rem;
  overflow: hidden;
  display: block;
  position: relative;
}
.indexcase .listbody a p {
  text-align: center;
  padding: 0.5rem 1rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  word-break: normal;
  word-wrap: normal;
}
.indexcase .listbody a:hover {
  box-shadow: 0 0 8px #666;
  transition: all ease-in-out 0.4s;
}
.indexcase .listbody .imghover {
  width: 240px;
  height: 240px;
}
.indexcase .listbody .imghover img {
  width: 100%;
  height: 100%;
}

.imghover {
  overflow: hidden;
}
.imghover img {
  transition: all ease-in-out 0.4s;
}
.imghover:hover img {
  transform: scale(1.2);
  overflow: hidden;
}

.footer {
  margin-top: 3rem;
  padding: 3rem 0;
  box-shadow: -3px -2px 20px #9c9c9c;
  text-align: center;
  background: linear-gradient(to top, #003f75, #1364a9);
  color: #f3f3f3;
  line-height: 1.6;
}
.footer a {
  color: #f3f3f3;
}

.currentpath {
  background-color: #f3f3f3;
  color: #666;
  padding: 0.6rem 0;
}
.currentpath .pathtitle {
  background: url(./images/ico_home.gif) no-repeat left center;
  padding-left: 20px;
}
.currentpath a {
  color: #666;
}

.channelmain {
  background-color: #efefef;
  padding: 1rem 0 2rem;
}
.channelmain .body {
  min-height: 400px;
  box-sizing: border-box;
  padding: 2rem 2rem;
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.channelmain .body .side {
  float: left;
  width: 260px;
  margin-right: 40px;
}
.channelmain .body .side .channelinfo {
  background: #005095 url(./images/navbg.jpg) repeat-x;
  font-size: 1.46rem;
  color: #f3f3f3;
  text-align: center;
  padding: 1.72rem 0;
}
.channelmain .body .side .channelinfo span {
  margin: 0 !important;
  padding: 0 !important;
}
.channelmain .body .side .channelinfo a {
  color: #f3f3f3;
}
.channelmain .body .side .channelinfo a:hover {
  text-shadow: 2px 2px 20px #000;
  text-decoration: none;
  transition: text-shadow ease 0.2s;
}
.channelmain .body .side .subchannelname {
  text-align: center;
  font-size: 1rem;
  color: #333;
  margin-bottom: 2rem;
}
.channelmain .body .side .subchannelname a {
  color: #333;
}
.channelmain .body .side .subchannelname span {
  display: block;
  padding: 1.2rem 0;
  background: #eeeeee url(./icons/l.gif) 1rem center no-repeat;
}
.channelmain .body .side .subchannelname span:hover {
  background-color: rgb(243, 243, 243);
}
.channelmain .body .side .sidenews {
  margin-bottom: 2rem;
}
.channelmain .body .side .sidenews .title {
  font-size: 1rem;
  line-height: 1.8;
  padding: 0.2rem 1rem;
  background-color: #085C9B;
  color: #fff;
}
.channelmain .body .side .sidenews .list {
  margin-top: -1rem;
}
.channelmain .body .side .sidenews .list .li {
  display: block !important;
  width: 100%;
  color: #666;
  font-size: 0.92rem;
  padding: 0.4rem 0rem;
  margin-bottom: 0.1rem;
  background: #f8f8f8;
}
.channelmain .body .side .sidenews .list .li .time {
  width: 50px;
  float: right;
  font-size: 0.9rem;
  color: #9e9e9e;
}
.channelmain .body .side .sidenews .list .li .listtitle {
  margin-right: 60px;
  margin-left: 1rem;
}
.channelmain .body .side .sidenews .list .li:hover {
  background-color: #fcfcfc;
}
.channelmain .body .side .contact .text {
  line-height: 1.8;
  margin-top: 0.8rem;
}
.channelmain .body .mainbody {
  display: block;
  overflow: hidden;
  zoom: 1;
  padding: 0 0 50px;
  min-height: 300px;
}
.channelmain .body .mainbody .articlelist {
  margin-bottom: 3rem;
}
.channelmain .body .mainbody .articlelist .listitem {
  padding-left: 20px;
  background: url(./icons/icon_1.png) no-repeat 0 center;
  position: relative;
  left: 0;
  line-height: 2.8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.channelmain .body .mainbody .articlelist .listitem:hover {
  padding-left: 40px;
  background-color: #eee;
  background-position: 20px center;
}
.channelmain .body .mainbody .articlelist .listitem:hover .time {
  padding-right: 10px;
}
.channelmain .body .mainbody .articlelist .listitem:hover a {
  color: #003f75;
}
.channelmain .body .mainbody .articlelist .listitem a:hover {
  color: #F36705;
}
.channelmain .body .mainbody .articlelist .listitem .time {
  float: right;
  padding-left: 1rem;
  color: #999;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.channelmain .body .mainbody .articlelist_pic {
  margin-bottom: 3rem;
  margin-right: -1rem;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}
.channelmain .body .mainbody .articlelist_pic .listitem {
  display: block;
  width: 33.33%;
  float: left;
  margin-bottom: 1rem;
}
.channelmain .body .mainbody .articlelist_pic .listitem .itemmain {
  border-radius: 0.4rem;
  overflow: hidden;
  width: 92%;
  background: #f1f1f1;
}
.channelmain .body .mainbody .articlelist_pic .listitem .itemmain .thumb {
  /***按比例绽放图片用*需要下面img的css配合*/
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 92%;
  /***按比例绽放图片结束**/
}
.channelmain .body .mainbody .articlelist_pic .listitem .itemmain .thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.channelmain .body .mainbody .articlelist_pic .listitem .itemmain .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  line-height: 2.8;
  padding: 0 0.4rem;
  font-size: 0.92rem;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.channelmain .body .mainbody .articlelist_pic .listitem .itemmain:hover {
  box-shadow: 0px 0px 10px 3px #003f75;
}
.channelmain .body .mainbody .articlelist_pic .listitem .itemmain:hover .text {
  background-color: #0275da;
  color: #f8f8f8;
}

.articlecontent .art_head {
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 2rem;
}
.articlecontent .art_head h1 {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.articlecontent .art_head .arc_attrs {
  color: #666;
}
.articlecontent .art_body {
  line-height: 1.8;
}

.page_wrap {
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  zoom: 1;
}

.paginator {
  float: right;
  height: 25px;
  overflow: hidden;
}

.paginator,
.paginator input,
.paginator button {
  font-family: Tahoma, "宋体";
  font-size: 12px;
}

.paginator a,
.paginator span {
  float: left;
  height: 23px;
  margin: 0 5px 0 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  line-height: 23px;
  background: #fff;
}

.paginator a {
  color: #085C9B;
}

.paginator b {
  font-family: "宋体";
  margin: 3px;
  font-weight: 300;
}

.paginator a:link,
.paginator a:visited,
.paginator a:hover,
.paginator a:active {
  text-decoration: none;
}

.paginator .page-start,
.paginator a,
.paginator .page-end {
  padding: 0 8px;
  border: 1px solid #D3D3D3;
  background: #ffffff;
}

.paginator .page-start {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.paginator .page-end {
  border-color: #d9d9d9;
  color: #d9d9d9;
}

.paginator .page-this,
.paginator .page-break {
  padding: 0 3px;
}

.paginator .page-break {
  border: 1px solid #fff;
}

.paginator .page-this {
  border: 1px solid #D3D3D3;
  background-color: #E9E9E9;
  color: #D4105A;
  padding: 0px 8px;
  font-weight: bold;
}

.paginator .page-skip {
  height: 22px;
  line-height: 22px;
  padding: 0 3px;
  margin: 0;
  background: none;
}

.paginator .page-skip input {
  width: 26px;
  *width: 23px;
  height: 19px;
  line-height: 19px;
  border: 1px #D3D3D3 solid;
  font-size: 12px;
  margin: -1px 6px 0px 6px;
  #margin-top: 1px;
  _margin-top: 0px;
  padding: 0px 0px 0px 2px;
  vertical-align: middle;
  padding-top: 0px;
  padding-bottom: 0px;
}

.paginator .page-skip button {
  font-size: 12px;
  padding: 0 5px 5px 5px;
  _padding: 0 5px 0 5px;
  width: auto;
  _width: 0;
  height: 22px;
  *height: 23px;
  *line-height: 20px;
  _height: 16px;
  _line-height: 16px;
  margin-left: 10px;
  *margin-top: -1px;
  overflow: visible;
  vertical-align: top;
}

.paginator a:hover {
  border: 1px solid #A6A6A6;
  color: #868688;
}

.articlemainbody {
  overflow: hidden;
  position: relative;
  display: block;
}
.articlemainbody .table_wraper {
  position: relative;
  overflow: auto;
}
.articlemainbody .table_wraper table {
  border-collapse: collapse;
  margin-bottom: 2rem;
}
.articlemainbody .table_wraper table td {
  border: 1px solid #A6A6A6;
}
.articlemainbody .huadongtip {
  display: none;
  text-align: center;
  background-color: #f3f3f3;
  font-size: 0.9rem;
  color: #808080;
}

@media print {
  .header .logo {
    width: 50% !important;
  }

  .channelmain {
    padding-top: 0;
  }
  .channelmain .body {
    padding: 0 1rem;
  }
  .channelmain .body .side {
    display: none;
  }
}

.news-col1 .listitem{
overflow:visible!important;
white-space:wrap!important;
border-bottom:2px solid #f3f3f3;
 line-height:1.5!important;
 padding:0.8rem 0;
}
.news-col1 .listitem:hover{
padding-left: 20px!important;
  background-color: #eee;
  background-position: 20px center;
 
}

.articlemainbody .table_wraper table td {
  border: 1px solid #A6A6A6;
  word-break: normal;
  word-wrap:break-all;
  white-space:normal;
}